Scheduler for WinForms
Contains(Int32) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > BaseCollection<T> クラス > Contains メソッド : Contains(Int32) メソッド
The zero-based index of the item to locate.
Check if collection contains an item with specified index.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal index As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int index
)

パラメータ

index
The zero-based index of the item to locate.

戻り値の型

True if the item is found in the collection; otherwise, false.
参照

BaseCollection<T> クラス
BaseCollection<T> メンバ
オーバーロード一覧